const golang.org/x/net/idna.zwnj
3 uses
golang.org/x/net/idna (current package)
idna10.0.0.go#L647: zwnj = "\u200c"
idna10.0.0.go#L736: if strings.Index(s, zwj) == -1 && strings.Index(s, zwnj) == -1 {
idna10.0.0.go#L744: } else if s[i:i+sz] == zwnj {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)